07. Quiz: List Methods
Quiz: len
, max
, min
, and Lists
There is a Python environment for you to run test code at the bottom of this page related to any of the quizzes on this page!
len, max, and min
SOLUTION:
4, 2Quiz: sorted
, join
, and Lists
sorted and join
SOLUTION:
Albert & Ben & Carol & DonnaQuiz: append
and Lists
SOLUTION:
['Albert', 'Ben', 'Carol', 'Donna', 'Eugenia']List Method Playground
Start Quiz:
# Use this playground to experiment with list methods, using Test Run